icontheme: don't modify symbolic SVG dimensions when recoloring
authorCosimo Cecchi <cosimo@endlessm.com>
Mon, 8 Jun 2015 23:35:31 +0000 (16:35 -0700)
committerCosimo Cecchi <cosimoc@gnome.org>
Fri, 12 Jun 2015 15:55:23 +0000 (08:55 -0700)
commit06df94ff7bf8fe924226c5a5f3223c2fcf27ee10
treef9f8e747485787de5a3749066b891b07e20a10c0
parente847c27aac17feed799ae14aeac90d68165a322e
icontheme: don't modify symbolic SVG dimensions when recoloring

When recoloring symbolic SVG, do not modify the original width and
height of the passed-in file; the function later will scale the image
through gdk_pixbuf_new_from_stream_at_scale(), but we should still
use the original size to create the proxy SVG, or the image will
possibly be doubly-resized or blurry.

https://bugzilla.gnome.org/show_bug.cgi?id=750605
gtk/gtkicontheme.c